SGGetMaximumRecordTime
TheSGGetMaximumRecordTime
function allows you to determine the time limit you have set for a record operation.
pascal ComponentResult SGGetMaximumRecordTime (SeqGrabComponent s, unsigned long *ticks);
s
- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponent
orOpenComponent
function.ticks
- Contains a pointer to a long integer that is to receive a value indicating the maximum duration for the record operation, in system ticks. A value of 0 indicates that there is no time limit.
SEE ALSO
You set this time limit by calling theSGSetMaximumRecordTime
function, which is described in the previous section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help